log

abstract fun log(level: ILogger.Level, tag: String, message: String, throwable: Throwable? = null)

Write a log message to its destination.

Parameters

level

Filter used to determine the verbosity level of logs.

tag

Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.

message

The message you would like logged.

throwable

An exception to log